home *** CD-ROM | disk | FTP | other *** search
/ 1000 Apple LAN Literacy / 1000 Apple LAN Literacy.iso / Apple LAN Literacy / Literacy Segments Part 3 / Literacy Segments Part 3 / card_106773.txt < prev    next >
Text File  |  1989-08-22  |  1KB  |  57 lines

  1. -- card: 106773 from stack: in
  2. -- bmap block id: 107655
  3. -- flags: 0000
  4. -- background id: 107230
  5. -- name: Application Service C/9
  6. ----- HyperTalk script -----
  7. on openCard
  8.   beenHereFlag 3,1
  9.   -- first param is item #, second is line # (of global)
  10.   pass openCard
  11. end openCard
  12.  
  13.  
  14. -- part 1 (button)
  15. -- low flags: 00
  16. -- high flags: 0000
  17. -- rect: left=478 top=319 right=341 bottom=498
  18. -- title width / last selected line: 0
  19. -- icon id / first selected line: 1401 / 1401
  20. -- text alignment: 1
  21. -- font id: 0
  22. -- text size: 12
  23. -- style flags: 0
  24. -- line height: 16
  25. -- part name: Prev
  26. ----- HyperTalk script -----
  27. on mouseUp
  28.  
  29. end mouseUp
  30.  
  31.  
  32.  
  33. -- part contents for background part 6
  34. ----- text -----
  35. 106773
  36.  
  37. -- part contents for background part 24
  38. ----- text -----
  39. With a single launch, single user application:
  40.  
  41. ‚Ä¢   Only one user at a time can open the application
  42.      from the server and work with it.
  43.  
  44. ‚Ä¢   Only one user at a time can open a given file and
  45.       modify it.
  46.  
  47. This type of application serves one user at a time and while that user is working on a particular file, no one else can open it.  It is generally best for single launch, single user applications to reside on the user‚Äôs own computer rather than on the server.
  48.  
  49. -- part contents for background part 5
  50. ----- text -----
  51. Types of Network Applications:  Single Launch, Single User
  52.  
  53.  
  54.  
  55. -- part contents for background part 3
  56. ----- text -----
  57. Types of Network Applications